func google.golang.org/protobuf/encoding/protojson.unmarshalInt
3 uses
google.golang.org/protobuf/encoding/protojson (current package)
decode.go#L292: if v, ok := unmarshalInt(tok, b32); ok {
decode.go#L297: if v, ok := unmarshalInt(tok, b64); ok {
decode.go#L343: func unmarshalInt(tok json.Token, bitSize int) (protoreflect.Value, bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)